From e0d7c8945aa009bd06227785a1833fa815257732 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Tue, 25 Nov 2014 16:34:53 -0500 Subject: [PATCH] remove references to color this version doesn't actually work. Let's make them real. http://www.reddit.com/r/programming/comments/2mwidh/rusts_central_package_repository_is_up/cm8l8yr?context=3 --- src/doc/crates-io.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/doc/crates-io.md b/src/doc/crates-io.md index af2d3037d..65573e854 100644 --- a/src/doc/crates-io.md +++ b/src/doc/crates-io.md @@ -19,7 +19,7 @@ syntax for doing so is: ```toml [dependencies] -color = "1.0.3" +glob = "0.0.3" ``` With this format, adding new dependencies should just add a new line, you don't @@ -27,8 +27,8 @@ need to add `[dependencies]` for each dependency listed, for example: ```toml [dependencies] -color = "1.0.3" -gl = "1.2.0" +glob = "0.0.3" +num = "0.0.4" ``` The string value for each key in this table is a [semver](http://semver.org/) -- 2.30.2